home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / comm / tcp / NNTPd.lha / nntpd_1.0 / NNTPd.doc < prev    next >
Text File  |  1994-12-22  |  2KB  |  70 lines

  1. NNTPd                                      NNTPd
  2.  
  3.  
  4. NAME
  5.  
  6.     NNTPd - NNTP Daemon for AmiTCP.  Version 1.0.
  7.  
  8.  
  9. SYNOPSIS
  10.  
  11.     NNTPd
  12.  
  13.  
  14. DESCRIPTION
  15.     
  16.     NNTPd is a program that is used by AmiTCP, and is called whenever a
  17.     connection to port 119 is made.  It is compliant with RFC 977 (included)
  18.     and thus should work well with NNTPxfer and other NNTP news transport
  19.     programs.
  20.  
  21.     At this time, NNTPd only can send out news.  It cannot receive posted
  22.     news articles yet, but I am working on it.  This program might be
  23.     valuable to you if, for instance, you receive news VIA NNTPxfer or
  24.     NNTPget, and then a bunch of other people get it from you. Now they
  25.     can use NNTPxfer to get news from your system.
  26.  
  27.  
  28.  
  29. INSTALLATION
  30.  
  31.     Installation of NNTPd is very simple.
  32.  
  33.     1) Copy NNTPd to AmiTCP:serv
  34.     2) Edit your AmiTCP:db/inetd.conf and add the following line:
  35.  
  36.     nntp      stream tcp nowait root AmiTCP:serv/nntpd
  37.  
  38.     3) Add the following to your user-startup
  39.         SetEnv    UUNEWS  <Where the news is>
  40.         SetEnv    ACTIVE    <the full path and name of your active file>
  41.  
  42.         for example, mine says:
  43.             SetEnv    UUNEWS  UUNEWS:
  44.             SetEnv    ACTIVE    UULIB:news/active
  45.     That's it!
  46.  
  47.  
  48. DIAGNOSTICS
  49.  
  50.     To test NNTPd for yourself, try: telnet <localhost> 119.  If it closes
  51.     immediately, check the AmiTCP log for the reason.  Usually it is a problem
  52.     with configuration.  If you already have an active news directory, try
  53.     and look at some of the articles.
  54.  
  55. NOTES
  56.  
  57.  
  58.  
  59. BUGS
  60.  
  61.     None known.  Report any bugs or suggestions to:
  62.             RLuebbert@luebbert.sc.net.
  63.  
  64.  
  65. LEFT TO DO
  66.  
  67.     Add POST, IHAVE, NEWNEWS and NEWGROUPS commands.
  68.     Add authentication.
  69.  
  70.